home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
Timing
/
alerttimer10.lha
/
MakeAlert.asm
< prev
Wrap
Assembly Source File
|
1993-01-10
|
189b
|
9 lines
move.l #$35000001,d7 ;Alert code: subsystem id = application,
suba.l a5,a5 ;error code = 1
move.l 4.w,a6 ;execbase
jsr -108(a6) ;Alert function called
clr.l d0 ;returned OK
rts